OpenRoads Designer CONNECT Edition SDK Help

ProfileCircularArc(DPoint3d, Double, Double, Double) Constructor

Initializes a new instance of the ProfileCircularArc class

Definition

Namespace: Bentley.CifNET.LinearGeometry Assembly: Bentley.CifNET.LinearGeometry.4.0 (in Bentley.CifNET.LinearGeometry.4.0.dll) Version: 1.0.0.0 (99.99.99.99)

C#

public ProfileCircularArc( DPoint3d center,double radius,double startDir,double sweepAngle)

Parameters

SettingDescription
  DPoint3d Center of the arc
   Radius of the arc
   Start direction (radians)
   Sweep angle (radians)

See Also